
/* mobile */

@media (max-width: 576px) {
    .img-hero {
        display: none !important;
    }
    .title-hero {
        display: block !important;
    }
    .componen-home-layer {
        background: linear-gradient(90deg, #003333, #0B2343);
        width: 110%;
        height: 400px;
        margin: -424px 0px 0px -75px;
        transform: rotate(100deg);
        box-shadow: 0px 0px 88px -15px rgba(120, 65, 0, 1);
        -webkit-box-shadow: 0px 0px 88px -15px rgba(120, 65, 0, 1);
        -moz-box-shadow: 0px 0px 88px -15px rgba(120, 65, 0, 1);
    }
    .selection-position-desktop {
        display: none;
    }
    .d-Selection3-block {
        display: block !important;
    }
    .home-page-3-mobile {
        height: 198% !important;
    }
    .home-page-desktop-3 {
        display: none !important;
    }
    .selection-4-mobile-title {
        z-index: 999 !important;
        position: relative;
        background: #00000045;
        border-radius: 10px;
        padding: 15px;
    }
    .selection-4-mobile-display-container {
        display: block !important;
    }
    .image-about-as-desktop {
        display: none !important;
    }
    .text-center-mobile {
        text-align: center !important;
    }
    .info-mobile-margin-buttom {
        margin-bottom: 50px !important;
    }
}

/* tablet */
@media (min-width: 577px) and (max-width: 992px) {
    .img-hero {
        display: none !important;
    }
    .title-hero {
        display: block !important;
    }
    .componen-home-layer {
        background: linear-gradient(90deg, #003333, #0B2343);
        width: 110%;
        height: 400px;
        margin: -424px 0px 0px -75px;
        transform: rotate(100deg);
        box-shadow: 0px 0px 88px -15px rgba(120, 65, 0, 1);
        -webkit-box-shadow: 0px 0px 88px -15px rgba(120, 65, 0, 1);
        -moz-box-shadow: 0px 0px 88px -15px rgba(120, 65, 0, 1);
    }
    .selection-position-desktop {
        display: none;
    }
    .d-Selection3-block {
        display: block !important;
    }
    .home-page-3-mobile {
        height: 145% !important;
    }
    .home-page-desktop-3 {
        display: none !important;
    }
    .selection-4-mobile-title {
        z-index: 999 !important;
        position: relative;
        background: #00000045;
        border-radius: 10px;
        padding: 35px;
    }
    .selection-4-mobile-display-container {
        display: block !important;
    }
    .image-about-as-desktop {
        display: none !important;
    }
    .cirkel-3 {
        right: 100px !important;
    }
    .text-center-mobile {
        text-align: center !important;
    }

}

/* desktop */

@media (min-width: 992px) {
    .selection-position-mobile {
        display: none;
    }
    .home-page-3-mobile {
        display: none;
    }
    .image-about-as-mobile {
        display: none !important;
    }
}

/* About the Founder UI */
.founder-card {
    background: linear-gradient(90deg, #003333, #0B2343); /* Matches site theme */
    border-radius: 18px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3); /* Slightly stronger shadow for contrast */
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-start;
    color: #ffffff; /* Ensure text is readable on dark background */
}

.founder-card a,
.founder-card p,
.founder-card h3 {
    color: #ffffff; /* Make sure all text is white */
}

.founder-img-wrap {
    flex: 0 0 300px;
    display: flex;
    justify-content: center;
}

.founder-img {
    width: 300px;
    height: 350px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    border: 4px solid #fff;
}

.founder-content {
    flex: 1;
    min-width: 280px;
}

.founder-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* Mobile Optimized */
@media (max-width: 768px) {
    .founder-card {
        padding: 25px;
        text-align: left;
    }

    .founder-img-wrap {
        flex: 1 1 100%;
    }

    .founder-img {
        width: 100%;
        max-width: 320px;
        height: 380px;
        margin: auto;
    }
}

.main-cirkel {
    position: absolute;
    left: 0;
    transform: translateX(10%);
}
